home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / adg_1_3.zip / NOALPHA.RC < prev    next >
Text File  |  1991-02-21  |  483b  |  20 lines

  1. /****************************************************************************
  2. Module name: NoAlpha.RC
  3. Programmer : Jeffrey M. Richter.
  4. *****************************************************************************/
  5.  
  6. #include <windows.h>
  7.  
  8. #include "noalpha.h"
  9.  
  10. #include "dialog.h"
  11. #include "noalpha.dlg"
  12.  
  13. NoAlphaApp  ICON  MOVEABLE DISCARDABLE NoAlpha.Ico
  14.  
  15. NoAlphaApp MENU
  16. BEGIN
  17.    MENUITEM "See NoAlpha class...", IDM_DIALOGBOX
  18.    MENUITEM "A&bout!", IDM_ABOUT
  19. END
  20.